Add comment about what grep to use on Windows.
authorTor Lillqvist <tml@src.gnome.org>
Thu, 20 Mar 2008 23:38:52 +0000 (23:38 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 20 Mar 2008 23:38:52 +0000 (23:38 +0000)
svn path=/trunk/; revision=19917

ChangeLog

index a039c9d7eafa8b0d002984af938c671fc4fde175..c89e7fd2c19f804fbc1f5c9b2e926ee38c8ef437 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,9 @@
 
        * gtk/Makefile.am: Revert accidental change that went in as part
        of the commit on 2008-03-18. Do use grep -o. Unbreaks build on
-       Darwin.
+       Darwin. On Windows one has to use a newer GNU grep that has -o,
+       for instance the one from gnuwin32, instead of the oldish one in
+       MSYS that doesn't have -o.
 
 2008-03-20  Tor Lillqvist  <tml@novell.com>